home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / MacCalendar 1.0d5 / MacCalendar.makeout < prev    next >
Encoding:
Text File  |  1994-06-30  |  1.8 KB  |  75 lines  |  [TEXT/MPS ]

  1. Set Echo 1
  2. C  -mbg full -trace never -r    ∂
  3.     -d MPW                            ∂
  4.     -o :Obj:DrawCalendar.c.ao        ∂
  5.     :Src:DrawCalendar.c
  6. C  -mbg full -trace never -r    ∂
  7.     -d MPW                            ∂
  8.     -o :Obj:MacCalendarSetup.c.ao        ∂
  9.     :Src:MacCalendarSetup.c
  10. C  -mbg full -trace never -r    ∂
  11.     -d MPW                            ∂
  12.     -o :Obj:OpenPreferenceFile.c.ao        ∂
  13.     :Src:OpenPreferenceFile.c
  14.     Link                                    ∂
  15.         -t APPL                                ∂
  16.         -c SCCF                                ∂
  17.         ":Obj:"DrawCalendar.c.ao ":Obj:"MacCalendarSetup.c.ao ":Obj:"OpenPreferenceFile.c.ao                        ∂
  18.         "{Libraries}"Runtime.o                ∂
  19.         "{Libraries}"Interface.o            ∂
  20.         -o 'MacCalendar Setup MPW'
  21.     Rez                                        ∂
  22.         -o 'MacCalendar Setup MPW'                            ∂
  23.         -append                                ∂
  24.         -t APPL                                ∂
  25.         -c SCCF                                ∂
  26.         -d MPW=1                            ∂
  27.         -i "{CIncludes}"                    ∂
  28.         -i "{RIncludes}"                    ∂
  29.         ":Src:"MacCalendarSetup.r
  30. C  -b2 -mbg full -trace never -r    ∂
  31.     -d MPW                            ∂
  32.     -o :Obj:DrawCalendar.c.o        ∂
  33.     :Src:DrawCalendar.c
  34. C  -b2 -mbg full -trace never -r    ∂
  35.     -d MPW                            ∂
  36.     -o :Obj:MacCalendar.c.o        ∂
  37.     :Src:MacCalendar.c
  38.     Link                                    ∂
  39.         -w                                    ∂
  40.         -o MacCalendar                            ∂
  41.         -t sdev                                ∂
  42.         -c SCAL                                ∂
  43.         -sg "MacCalendar"                    ∂
  44.         -ra "MacCalendar"=resPurgeable        ∂
  45.         -rt sdev=0                            ∂
  46.         ":Obj:"DrawCalendar.c.o ":Obj:"MacCalendar.c.o                            ∂
  47.         "{Libraries}"Interface.o
  48. Rez                                        ∂
  49.     ":Src:"MacCalendarSetup.r                ∂
  50.     -append                                ∂
  51.     -t rsrc                                ∂
  52.     -c RSED                                ∂
  53.     -d "MPW=1"                            ∂
  54.     -i "{CIncludes}"                    ∂
  55.     -i "{RIncludes}"                    ∂
  56.     -o 'MacCalendar Setup.µ.rsrc'
  57. Rez                                        ∂
  58.     ":Src:"MacCalendar.r                    ∂
  59.     -append                                ∂
  60.     -t rsrc                                ∂
  61.     -c RSED                                ∂
  62.     -d "MPW=1"                            ∂
  63.     -i "{CIncludes}"                    ∂
  64.     -i "{RIncludes}"                    ∂
  65.     -o MacCalendar.µ.rsrc
  66.     Rez                                        ∂
  67.         -o MacCalendar                            ∂
  68.         -append                                ∂
  69.         -t sdev                                ∂
  70.         -c SCAL                                ∂
  71.         -i "{CIncludes}"                    ∂
  72.         -i "{RIncludes}"                    ∂
  73.         -d MPW=1                            ∂
  74.         ":Src:"MacCalendar.r
  75.